home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts44-07
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c
- Subject: Re: Accessing Access 1.1 or 2.0 databases with C/C++
- Date: Fri, 02 Feb 96 17:51:26 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4etikv$7s1@sam.inforamp.net>
- References: <4e94qu$jc@chop.cdsnet.net>
- NNTP-Posting-Host: ts44-07.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4e94qu$jc@chop.cdsnet.net>,
- Mike Politowski <mnpoli@cdsnet.net> wrote:
- >
- > I am looking for some code to take a pre-made Access 1.1 database and
- read from it and perform SQL searches on it.. thanks
- >
- >Mike
-
- ODBC (Open DataBase Connectivity)
- This standard alloys you to connect to almost very database format
- and use semi-simple SQL in a C framework.
-
- Agrivar
-